Method: deleteLocalUsersbyLoginIdEx

Delete users from the local user database, specifying the repository and list of usernames.

Parameters

Name Type Description
repository string The name of the password repository from which you are deleting the user
localUserLoginIdsCSV string The list of local usernames separated by commas
requestingUser string The name of the user requesting this operation

Returns

Returns a WsResult with a structure defined by the following table.

Name Type Description
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/deleteLocalUsersbyLoginIdEx?repository=Default&localUserLoginIdsCSV=jdoe&requestingUser=root